home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 144_01 / contents.hlp < prev    next >
Text File  |  1985-08-19  |  2KB  |  58 lines

  1.                         VAN NUYS BRIDGE
  2.                             TOOLKIT
  3.  
  4. This is a set of UNIX-like tools which operate on any CP/M 2.2
  5. system. They employ UNIX-like syntax with input and output redirection 
  6. from and to devices and files, as well as pipes connecting the output
  7. of one tool to the input of another tool. 
  8.  
  9. 2UP    Multiple collumn print formatter.
  10. BATCH    Much superior form of SUBMIT.
  11. C       Used to extract and batch compile jobs from source.
  12. CASE    Puts all C keywords in upper case
  13. CB      C formatter the way I like to do it.
  14. CAT    Cancatinate from a list of ambigious file names.
  15. CLEAN    Clean garbage and tabs out of a file.
  16. COMPRESS Compress text files.
  17. COPY    Modified version of Leor's cp.
  18. CRYPT   A fairly simple minded crypt/decrypt program.
  19. DELETE    Delete files from list of ambigious names.
  20. DIO     My directed IO package.
  21. ECHO    Echo command line arguments to output.
  22. ENDIF    See IF.
  23. ENTAB    Convert runs of spaces into tabs.
  24. EXIT    Provides an exit from BATCH or SUBMIT files
  25. EXPAND  Expand files compressed by COMPRESS.
  26. HEAD    Shows beginning of files from a list of ambigious file names.
  27. HELP    Menu driven help/text retrieval.
  28. IF    Conditional capability for BATCH or SUBMIT files.
  29. INDEX    Formats index or cross references.
  30. KOPY    Just copies stdin to stdout.
  31. LC      Line, word or character counter.
  32. LS    Expands ambigious files names to output.
  33. MERGE    Merges or selects from two sorted files.
  34. MERGEM    Multiple file merge.
  35. MIX    Page mix for book signature generation.
  36. MORE    Presents text page at a time.
  37. NUM    Adds line numbers to a file.
  38. PAGE    Formats text into pages.
  39. RENAME  Renames files, tells you what it did, warns about existing files.
  40. SEARCH  Search multiple files for lines with a pattern.
  41. SELECT    Selects lines with/without matching pattern.
  42. SORT    Sort lines on any key.
  43. SORTM    Multiple file sort.
  44. SPLIT    Splits files into smaller files.
  45. SUB    Generalized text substitution program.
  46. SUM    Sums a specified field from each line.
  47. TAIL    Shows the ending of files from a list.
  48. TEE    Tee fitting for a pipe stream.
  49. UNIQUE    Finds unique or duplicate lines in sorted file.
  50. WILDEXP My wildcard name expander.
  51. WORDS    Seperates text into words.
  52.  
  53.  
  54.                  E. H. Mallory
  55.                  5656 Buffalo Ave.
  56.                  Van Nuys, CA 91401
  57.                  (818) 988-3975
  58.